File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 80
80
python -m pip install dist/xbatcher*.whl
81
81
python -m xbatcher.util.print_versions
82
82
- name : Publish package to TestPyPI
83
- uses : pypa/gh-action-pypi-publish@v1.8.14
83
+ uses : pypa/gh-action-pypi-publish@v1.9.0
84
84
with :
85
85
password : ${{ secrets.TEST_PYPI_API_TOKEN }}
86
86
repository-url : https://test.pypi.org/legacy/
96
96
name : releases
97
97
path : dist
98
98
- name : Publish package to PyPI
99
- uses : pypa/gh-action-pypi-publish@v1.8.14
99
+ uses : pypa/gh-action-pypi-publish@v1.9.0
100
100
with :
101
101
password : ${{ secrets.PYPI_API_TOKEN }}
102
102
# verbose: true
Original file line number Diff line number Diff line change 49
49
python -m xbatcher.util.print_versions
50
50
51
51
- name : Publish package to TestPyPI
52
- uses : pypa/gh-action-pypi-publish@v1.8.14
52
+ uses : pypa/gh-action-pypi-publish@v1.9.0
53
53
with :
54
54
password : ${{ secrets.TEST_PYPI_API_TOKEN }}
55
55
repository-url : https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments