We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ae525 commit 1fd7963Copy full SHA for 1fd7963
.github/workflows/fred-py-api-package.yml
@@ -71,7 +71,7 @@ jobs:
71
run: python3 -m build
72
73
- name: Publish package
74
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@v1.9.0
75
with:
76
user: __token__
77
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments