File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 92
92
CIBW_SKIP : ' pp*'
93
93
CIBW_ARCHS_MACOS : auto universal2
94
94
95
- - uses : actions/upload-artifact@v3
95
+ - uses : actions/upload-artifact@v4
96
96
with :
97
97
path : ./wheelhouse
98
+ overwrite : true
98
99
99
100
build_sdist :
100
101
needs : [tests]
@@ -117,20 +118,21 @@ jobs:
117
118
- name : Build sdist
118
119
run : python setup.py sdist
119
120
120
- - uses : actions/upload-artifact@v3
121
+ - uses : actions/upload-artifact@v4
121
122
with :
122
123
path : dist/*.tar.gz
124
+ overwrite : true
123
125
124
126
upload_pypi :
125
127
needs : [build_wheels, build_sdist]
126
128
runs-on : ubuntu-latest
127
129
steps :
128
- - uses : actions/download-artifact@v4.1.7
130
+ - uses : actions/download-artifact@v4
129
131
with :
130
132
name : artifact
131
133
path : dist
132
134
133
- - uses : pypa/gh-action-pypi-publish@master
135
+ - uses : pypa/gh-action-pypi-publish@release/v1
134
136
with :
135
137
user : ${{ secrets.PYPI_USERNAME }}
136
138
password : ${{ secrets.PYPI_PASSWORD }}
Original file line number Diff line number Diff line change 1
1
"""vtzero version."""
2
2
3
- __version__ = "0.0.1b4 "
3
+ __version__ = "0.0.1b5 "
You can’t perform that action at this time.
0 commit comments