Skip to content

Commit

Permalink
Fix github pipeline action version
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-shawley authored Aug 23, 2022
1 parent dd236f8 commit a769f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
python -m build --sdist --wheel --outdir dist/ .
- name: Upload packages
uses: pypa/gh-action-pypi-publish@1.4.2
uses: pypa/gh-action-pypi-publish@v1.5.1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit a769f3e

Please sign in to comment.