File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 29
29
- name : Build wheels
30
30
run : |
31
31
python setup.py bdist_wheel
32
- - uses : actions/upload-artifact@v2
32
+ - uses : actions/upload-artifact@v4
33
33
with :
34
34
name : artifact-wheel
35
35
path : tools/odbclient/dist/*.whl
77
77
78
78
- uses : pypa/gh-action-pypi-publish@v1.9.0
79
79
with :
80
- # user: __token__
81
- # password: ${{ secrets.upload_pypi }}
82
- password : ${{ secrets.test_pypi }}
83
- repository_url : https://test.pypi.org/legacy/
80
+ user : __token__
81
+ password : ${{ secrets.upload_pypi }}
82
+ # password: ${{ secrets.test_pypi }}
83
+ # repository_url: https://test.pypi.org/legacy/
Original file line number Diff line number Diff line change 77
77
78
78
- uses : pypa/gh-action-pypi-publish@v1.9.0
79
79
with :
80
- # user: __token__
81
- # password: ${{ secrets.upload_pypi }}
82
- password : ${{ secrets.test_pypi }}
83
- repository_url : https://test.pypi.org/legacy/
80
+ user : __token__
81
+ password : ${{ secrets.upload_pypi }}
82
+ # password: ${{ secrets.test_pypi }}
83
+ # repository_url: https://test.pypi.org/legacy/
Original file line number Diff line number Diff line change 90
90
91
91
- uses : pypa/gh-action-pypi-publish@v1.9.0
92
92
with :
93
- # user: __token__
94
- # password: ${{ secrets.upload_pypi }}
95
- password : ${{ secrets.test_pypi }}
96
- repository_url : https://test.pypi.org/legacy/
93
+ user : __token__
94
+ password : ${{ secrets.upload_pypi }}
95
+ # password: ${{ secrets.test_pypi }}
96
+ # repository_url: https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments