File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 5757 run : |
5858 export PYOPENGL_PLATFORM="osmesa"
5959 export MUJOCO_GL="osmesa"
60+ export NUMBA_DISABLE_JIT=1
6061 pytest
Original file line number Diff line number Diff 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
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-
You can’t perform that action at this time.
0 commit comments