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 30d81f0 commit ee71ab8Copy full SHA for ee71ab8
.github/workflows/release.yaml
@@ -35,15 +35,7 @@ jobs:
35
rm -rf docs/ Examples/ tests/
36
make package
37
- name: Publish a Python distribution to PyPI
38
- uses: pypa/gh-action-pypi-publish@release/v1
39
- with:
40
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
41
- repository_url: https://test.pypi.org/legacy/
42
- - name: Publish distribution 📦 to PyPI
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
49
- verbose: true
0 commit comments