We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ecaca commit 8056853Copy full SHA for 8056853
1 file changed
.github/workflows/build_pip.yml
@@ -33,6 +33,12 @@ jobs:
33
echo "Building fremor package using python -m build"
34
python -m build
35
36
+ - name: Publish package to TestPyPI
37
+ uses: pypa/gh-action-pypi-publish@release/v1
38
+ with:
39
+ # This tells the action to upload to TestPyPI instead of real PyPI
40
+ repository-url: https://test.pypi.org/legacy/
41
+
42
- name: Upload pip Package Artifacts
43
uses: actions/upload-artifact@v4
44
with:
0 commit comments