Skip to content

Commit 8056853

Browse files
committed
test upload to my personal testPyPi
1 parent 04ecaca commit 8056853

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build_pip.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
echo "Building fremor package using python -m build"
3434
python -m build
3535
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+
3642
- name: Upload pip Package Artifacts
3743
uses: actions/upload-artifact@v4
3844
with:

0 commit comments

Comments
 (0)