Skip to content

Commit

Permalink
Merge pull request #1987 from mabel-dev/#HOUSEKEEPING/3
Browse files Browse the repository at this point in the history
#housekeeping/3
  • Loading branch information
joocer authored Sep 6, 2024
2 parents 6e2a71a + 852ec2c commit a8425f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
io/build-wheels.sh
- name: Archive Wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist-linux-${{ matrix.python-version }}
path: io/dist/*manylinux2014_x86_64.whl
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
run: python setup.py bdist_wheel

- name: Archive dist artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist-macos-${{ matrix.python-version }}
path: dist
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
run: python setup.py bdist_wheel

- name: Archive dist artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist-windows-${{ matrix.python-version }}
path: dist
Expand Down
2 changes: 1 addition & 1 deletion opteryx/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__build__ = 771
__build__ = 772

# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit a8425f6

Please sign in to comment.