Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f0a64b4e authored by hhakim's avatar hhakim
Browse files

Modify the pypi_pub ci job to ublish the pyfaust_torch package on pypi.

parent 6743b130
No related branches found
No related tags found
No related merge requests found
Pipeline #834008 skipped
......@@ -767,8 +767,12 @@ pypi_pub:
- TOKEN=$(echo $PYPI_TOKEN | base64 -d)
- echo -e "__token__\n$TOKEN" | python3 -m twine upload *.whl
needs:
- job: pkg_macos_purepy_release_torch_linked
artifacts: true
- job: pkg_macos_purepy_release
artifacts: true
- job: pkg_linux_purepy_release_torch_linked
artifacts: true
- job: pkg_linux_purepy_release
artifacts: true
- job: pkg_linux_purepy_release_extra_pyver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment