File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 61
61
- run : python tools/overwrite_dev_versions_with_date.py
62
62
- run : python -m pip install pybind11~=2.11.1 cibuildwheel~=2.16.2 setuptools
63
63
- run : python -m cibuildwheel --print-build-identifiers
64
- - run : python -m cibuildwheel --output-dir output/chromobius
64
+ - run : python -m cibuildwheel --output-dir dist
65
65
66
66
with :
67
67
name : " dist-chromobius-${{ matrix.os_dist.os }}-${{ matrix.os_dist.dist }}-${{ matrix.os_dist.macosarch }}"
@@ -214,10 +214,10 @@ jobs:
214
214
if : github.ref == 'refs/heads/main'
215
215
runs-on : ubuntu-latest
216
216
steps :
217
- - uses : actions/download-artifact@v2
217
+ - uses : actions/download-artifact@v4.1.7
218
218
with :
219
- name : dist
220
- path : dist
219
+ name : dist-chromobius
220
+ path : dist-chromobius
221
221
- uses : pypa/gh-action-pypi-publish@release/v1
222
222
with :
223
223
user : __token__
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def build_extension(self, ext):
71
71
], cwd = build_temp , env = build_env )
72
72
73
73
74
- __version__ = '1.1 .dev0'
74
+ __version__ = '1.2 .dev0'
75
75
76
76
with open ("README.md" , "r" , encoding = "utf-8" ) as f :
77
77
long_description = f .read ()
You can’t perform that action at this time.
0 commit comments