File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
uses : actions/upload-artifact@v4
38
38
with :
39
39
name : release-dists
40
- path : dist/
40
+ path : python-serial/ dist/
41
41
42
42
testpypi-publish :
43
43
runs-on : ubuntu-latest
52
52
environment :
53
53
name : pypi
54
54
# 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/
56
56
#
57
57
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
58
58
# ALTERNATIVE: exactly, uncomment the following line instead:
64
64
with :
65
65
name : release-dists
66
66
path : python-serial/dist/
67
-
68
- - name : Publish release distributions to PyPI
67
+
68
+ - name : Publish distribution 📦 to TestPyPI
69
69
uses : pypa/gh-action-pypi-publish@release/v1
70
70
with :
71
- packages-dir : python-serial/dist /
71
+ repository-url : https://test.pypi.org/legacy /
You can’t perform that action at this time.
0 commit comments