File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
66
if : >-
67
67
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.repository == 'yadage/packtivity')
68
68
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true' && github.repository == 'yadage/packtivity')
69
- uses : pypa/gh-action-pypi-publish@v1.9.0
69
+ uses : pypa/gh-action-pypi-publish@v1.10.3
70
70
with :
71
71
password : ${{ secrets.test_pypi_password }}
72
72
repository-url : https://test.pypi.org/legacy/
75
75
- name : Publish distribution 📦 to PyPI
76
76
# publish to PyPI on releases
77
77
if : github.event_name == 'release' && github.event.action == 'published' && github.repository == 'yadage/packtivity'
78
- uses : pypa/gh-action-pypi-publish@v1.9.0
78
+ uses : pypa/gh-action-pypi-publish@v1.10.3
79
79
with :
80
80
password : ${{ secrets.pypi_password }}
81
81
print-hash : true
You can’t perform that action at this time.
0 commit comments