Skip to content

Commit aff4370

Browse files
authored
Start v1.2.dev0 (#7)
1 parent 16a3593 commit aff4370

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- run: python tools/overwrite_dev_versions_with_date.py
6262
- run: python -m pip install pybind11~=2.11.1 cibuildwheel~=2.16.2 setuptools
6363
- run: python -m cibuildwheel --print-build-identifiers
64-
- run: python -m cibuildwheel --output-dir output/chromobius
64+
- run: python -m cibuildwheel --output-dir dist
6565
- uses: actions/[email protected]
6666
with:
6767
name: "dist-chromobius-${{ matrix.os_dist.os }}-${{ matrix.os_dist.dist }}-${{ matrix.os_dist.macosarch }}"
@@ -214,10 +214,10 @@ jobs:
214214
if: github.ref == 'refs/heads/main'
215215
runs-on: ubuntu-latest
216216
steps:
217-
- uses: actions/download-artifact@v2
217+
- uses: actions/download-artifact@v4.1.7
218218
with:
219-
name: dist
220-
path: dist
219+
name: dist-chromobius
220+
path: dist-chromobius
221221
- uses: pypa/gh-action-pypi-publish@release/v1
222222
with:
223223
user: __token__

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def build_extension(self, ext):
7171
], cwd=build_temp, env=build_env)
7272

7373

74-
__version__ = '1.1.dev0'
74+
__version__ = '1.2.dev0'
7575

7676
with open("README.md", "r", encoding="utf-8") as f:
7777
long_description = f.read()

0 commit comments

Comments
 (0)