We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c947f0 commit e81646eCopy full SHA for e81646e
1 file changed
.github/workflows/update-pypi.yaml
@@ -40,15 +40,15 @@ jobs:
40
name: release-dists
41
path: dist/
42
43
- publish-to-testpypi:
44
- name: Publish Python distribution to TestPyPI
+ publish-to-pypi:
+ name: Publish Python distribution to PyPI
45
needs:
46
- build
47
runs-on: ubuntu-latest
48
49
environment:
50
- name: testpypi
51
- url: https://test.pypi.org/p/robosuite/
+ name: pypi
+ url: https://pypi.org/p/robosuite/
52
53
permissions:
54
id-token: write # IMPORTANT: mandatory for trusted publishing
@@ -59,8 +59,5 @@ jobs:
59
with:
60
61
62
- - name: Publish distribution to TestPyPI
+ - name: Publish distribution to PyPI
63
uses: pypa/gh-action-pypi-publish@release/v1
64
- with:
65
- repository-url: https://test.pypi.org/legacy/
66
-
0 commit comments