Skip to content

Commit

Permalink
Update Python CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Aug 2, 2023
1 parent 1e88c2e commit f2f2bcd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ on:
types:
- published

env:
# https://blog.rust-lang.org/2022/06/22/sparse-registry-testing.html
CARGO_UNSTABLE_SPARSE_REGISTRY: false
# https://doc.rust-lang.org/beta/cargo/reference/config.html#registriescrates-ioprotocol
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: git

defaults:
run:
working-directory: citiespy
Expand All @@ -37,6 +31,7 @@ jobs:
command: build
args: --release -o dist --find-interpreter
working-directory: citiespy
sccache: true
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand All @@ -52,6 +47,7 @@ jobs:
command: build
args: --release -o dist --target universal2-apple-darwin --find-interpreter
working-directory: citiespy
sccache: true
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand All @@ -67,6 +63,7 @@ jobs:
command: build
args: --release -o dist --find-interpreter
working-directory: citiespy
sccache: true
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit f2f2bcd

Please sign in to comment.