We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699973c commit acf2f00Copy full SHA for acf2f00
.github/workflows/CD-publish_to_pypi.yml
@@ -34,6 +34,12 @@ jobs:
34
--outdir dist/
35
.
36
37
+ - name: Publish distribution 📦 to Test PyPI
38
+ uses: pypa/gh-action-pypi-publish@release/v1
39
+ with:
40
+ password: ${{ secrets.TEST_PYPI_API_TOKEN }}
41
+ repository_url: https://test.pypi.org/legacy/
42
+
43
- name: Publish distribution 📦 to PyPI
44
# if: startsWith(github.ref, 'refs/tags')
45
uses: pypa/gh-action-pypi-publish@release/v1
infer.py
0 commit comments