Skip to content

Commit

Permalink
ci: Fixed version of pypa/gh-action-pypi-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Jul 20, 2023
1 parent 539feed commit 511c941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
sed -i s/"_METADATA_VERSION: str = '0.0.0'"/"_METADATA_VERSION: str = '${TAG:-0.0.0}'"/ data_manager_metadata/metadata.py
python setup.py bdist_wheel
- name: Publish
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 511c941

Please sign in to comment.