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 950a54b commit fe56157Copy full SHA for fe56157
1 file changed
.github/workflows/release.yml
@@ -46,6 +46,7 @@ jobs:
46
- name: Publish 📦 to Test PyPI
47
uses: pypa/gh-action-pypi-publish@master
48
with:
49
- password: ${{ secrets.CGALLO_TEST_PYPI }}
50
- repository_url: https://test.pypi.org/legacy/
+ user: __token__
+ password: ${{ secrets.CGALLO_PYPI }}
51
+ repository_url: https://pypi.org/legacy/
52
0 commit comments