Skip to content

Commit

Permalink
pin PyPI CD to release v1
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Aug 21, 2023
1 parent 5b7215c commit 01ecd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build package
run: python build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit 01ecd77

Please sign in to comment.