Skip to content

Commit ee71ab8

Browse files
authored
Update release.yaml
1 parent 30d81f0 commit ee71ab8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,7 @@ jobs:
3535
rm -rf docs/ Examples/ tests/
3636
make package
3737
- 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')
4438
uses: pypa/gh-action-pypi-publish@release/v1
4539
with:
4640
username: 'mit_dai_lab'
4741
password: ${{ secrets.PYPI_API_TOKEN }}
48-
repository_url: https://test.pypi.org/legacy/
49-
verbose: true

0 commit comments

Comments
 (0)