Skip to content

Commit 84cd396

Browse files
authored
Update testpypublish.yml
1 parent adc0269 commit 84cd396

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/testpypublish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/upload-artifact@v4
3838
with:
3939
name: release-dists
40-
path: dist/
40+
path: python-serial/dist/
4141

4242
testpypi-publish:
4343
runs-on: ubuntu-latest
@@ -52,7 +52,7 @@ jobs:
5252
environment:
5353
name: pypi
5454
# OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status:
55-
url: https://pypi.org/p/thermo/
55+
url: https://test.pypi.org/p/thermo/
5656
#
5757
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
5858
# ALTERNATIVE: exactly, uncomment the following line instead:
@@ -64,8 +64,8 @@ jobs:
6464
with:
6565
name: release-dists
6666
path: python-serial/dist/
67-
68-
- name: Publish release distributions to PyPI
67+
68+
- name: Publish distribution 📦 to TestPyPI
6969
uses: pypa/gh-action-pypi-publish@release/v1
7070
with:
71-
packages-dir: python-serial/dist/
71+
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)