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 fbd4609 commit 002f83fCopy full SHA for 002f83f
.github/workflows/main.yml
@@ -44,7 +44,7 @@ jobs:
44
env:
45
super_secret: ${{ secrets.MY_SECRET }}
46
if: ${{ secrets.PYPI_USERNAME == '' }}
47
- run: 'echo "echo the secret \"PYPI_USERNAME\" has not been made; echo please go to \"settings \> secrets \> actions\" to create it"
+ run: echo "echo the secret \"PYPI_USERNAME\" has not been made; echo please go to \"settings \> secrets \> actions\" to create it"
48
- name: Set Twine Environment Variables
49
run: |
50
echo "TWINE_USERNAME=${{ secrets.PYPI_USERNAME }}" >> $GITHUB_ENV
0 commit comments