Skip to content

Commit 3ffad13

Browse files
committed
Test publication on Test PyPI
1 parent 844507d commit 3ffad13

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/upload-artifact@v4
4040
with:
4141
name: parse_model_release
42-
path: build/*
42+
path: dist/*
4343

4444
pypi-publish:
4545
name: Upload release to PyPI
@@ -53,15 +53,15 @@ jobs:
5353
uses: actions/download-artifact@v4
5454
with:
5555
name: parse_model_release
56-
path: build
56+
path: dist
5757

5858
- name: Display structure of downloaded files
59-
run: ls -R build
59+
run: ls -R dist
6060

61-
# - name: Publish package distributions to PyPI
62-
# uses: pypa/gh-action-pypi-publish@release/v1
63-
# # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
64-
# with:
65-
# repository-url: https://test.pypi.org/legacy/
66-
# print-hash: true
67-
# verbose: true
61+
- name: Publish package distributions to PyPI
62+
uses: pypa/gh-action-pypi-publish@release/v1
63+
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
64+
with:
65+
repository-url: https://test.pypi.org/legacy/
66+
print-hash: true
67+
verbose: true

0 commit comments

Comments
 (0)