Skip to content

Commit

Permalink
Merge pull request #172 from GENESIS-EFRC/new_version
Browse files Browse the repository at this point in the history
trigger new version release
  • Loading branch information
mattmcdermott authored Oct 25, 2022
2 parents 427b5c8 + 4a2f36d commit 0827a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python -m build --sdist --wheel --outdir dist/ .
- name: Publish package
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@v1.5.1
with:
user: __token__
password: ${{ secrets.PYPY_API_TOKEN }}
Expand Down

0 comments on commit 0827a9b

Please sign in to comment.