Skip to content

Commit e2f6f3d

Browse files
Merge pull request #632 from ARISE-Initiative/gh-actions-pypi
Adding pypi workflow
2 parents 1c947f0 + 31d8b8d commit e2f6f3d

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@ jobs:
5757
run: |
5858
export PYOPENGL_PLATFORM="osmesa"
5959
export MUJOCO_GL="osmesa"
60+
export NUMBA_DISABLE_JIT=1
6061
pytest

.github/workflows/update-pypi.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
name: release-dists
4141
path: dist/
4242

43-
publish-to-testpypi:
44-
name: Publish Python distribution to TestPyPI
43+
publish-to-pypi:
44+
name: Publish Python distribution to PyPI
4545
needs:
4646
- build
4747
runs-on: ubuntu-latest
4848

4949
environment:
50-
name: testpypi
51-
url: https://test.pypi.org/p/robosuite/
50+
name: pypi
51+
url: https://pypi.org/p/robosuite/
5252

5353
permissions:
5454
id-token: write # IMPORTANT: mandatory for trusted publishing
@@ -59,8 +59,5 @@ jobs:
5959
with:
6060
name: release-dists
6161
path: dist/
62-
- name: Publish distribution to TestPyPI
62+
- name: Publish distribution to PyPI
6363
uses: pypa/gh-action-pypi-publish@release/v1
64-
with:
65-
repository-url: https://test.pypi.org/legacy/
66-

0 commit comments

Comments
 (0)