Skip to content

Commit

Permalink
Merge pull request #54 from scipp/copier-update
Browse files Browse the repository at this point in the history
Run copier update
  • Loading branch information
SimonHeybrock authored Sep 7, 2023
2 parents a09740f + a520b61 commit cb36340
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: f4236b0
_commit: 4dab280
_src_path: gh:scipp/copier_template
description: Build scientific pipelines for your data
github_linux_image: ubuntu-20.04
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,13 @@ jobs:
name: Deploy PyPI
needs: [build_wheels, build_conda]
runs-on: 'ubuntu-20.04'
environment: release
permissions:
id-token: write
if: github.event_name == 'release' && github.event.action == 'published'

steps:
- uses: actions/download-artifact@v3
- uses: actions/setup-python@v3
- uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

upload_conda:
name: Deploy Conda Forge
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Check out the subsections of the [Developer documentation](https://scipp.github.
## Code of conduct

This project is a community effort, and everyone is welcome to contribute.
Everyone within the community is expected to abide by our [code of conduct](https://scipp.github.io/sciline/CODE_OF_CONDUCT.md).
Everyone within the community is expected to abide by our [code of conduct](https://github.com/scipp/sciline/blob/main/CODE_OF_CONDUCT.md).
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.doctest',
'sphinx.ext.githubpages',
'sphinx.ext.intersphinx',
'sphinx.ext.mathjax',
'sphinx.ext.napoleon',
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "sciline"
description = "Build scientific pipelines for your data"
authors= [{name="Scipp contributors"}]
authors = [{ name = "Scipp contributors" }]
license = { file = "LICENSE" }
readme = "README.md"
classifiers = [
Expand Down

0 comments on commit cb36340

Please sign in to comment.