File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 name : Build and publish Python distributions to PyPI
77 runs-on : ubuntu-latest
88 # We only execute this step if the commit is tagged, i.e., this is a release
9- # if: startsWith(github.ref, 'refs/tags')
9+ if : startsWith(github.ref, 'refs/tags')
1010 # Use the following for PyPI deployments
11- # environment:
12- # name: pypi
13- # url: https://pypi.org/p/simulaqron
14- # Use the following for TestPyPI deployments
1511 environment :
16- name : testpypi
17- url : https://test.pypi.org/p/simulaqron
12+ name : pypi
13+ url : https://pypi.org/p/simulaqron
14+ # Use the following for TestPyPI deployments
15+ # environment:
16+ # name: testpypi
17+ # url: https://test.pypi.org/p/simulaqron
1818 permissions :
1919 id-token : write
2020 steps :
3838 --wheel
3939 --outdir dist/
4040 .
41- - name : Publish distribution to Test PyPI
42- uses : pypa/gh-action-pypi-publish@release/v1.14
43- with :
44- repository_url : https://test.pypi.org/legacy/
45- # - name: Publish distribution to PyPI
46- # uses: pypa/gh-action-pypi-publish@master
41+ # - name: Publish distribution to Test PyPI
42+ # uses: pypa/gh-action-pypi-publish@release/v1.14
43+ # with:
44+ # repository_url: https://test.pypi.org/legacy/
45+ - name : Publish distribution to PyPI
46+ uses : pypa/gh-action-pypi-publish@release/v1.14
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ examples:
5353 @cd examples/new-sdk/teleport && bash terminate.sh && sleep 3
5454 @cd examples/new-sdk/midCircuitLogic && timeout 90 bash run.sh
5555 @cd examples/new-sdk/midCircuitLogic && bash terminate.sh && sleep 3
56- @cd examples/nativeMode /teleport && bash terminate.sh && sleep 3
56+ @cd examples/native-mode /teleport && bash terminate.sh && sleep 3
5757 @echo " Chosen examples passed."
5858
5959install : test-deps
You can’t perform that action at this time.
0 commit comments