We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc04fe commit 54173dbCopy full SHA for 54173db
.github/workflows/publish-pypi-package.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: publish
32
env:
33
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
34
- PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
+ PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
35
run: |
36
if [ "$(cat src/mlstacks/VERSION)" = "$(echo ${GITHUB_REF} | sed 's|refs/tags/||g')" ];
37
then ./scripts/publish.sh;
0 commit comments