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 5014549 commit 30d81f0Copy full SHA for 30d81f0
.github/workflows/release.yaml
@@ -43,6 +43,7 @@ jobs:
43
if: startsWith(github.ref, 'refs/tags')
44
uses: pypa/gh-action-pypi-publish@release/v1
45
with:
46
+ username: 'mit_dai_lab'
47
password: ${{ secrets.PYPI_API_TOKEN }}
48
repository_url: https://test.pypi.org/legacy/
49
verbose: true
0 commit comments