Skip to content

Commit

Permalink
production
Browse files Browse the repository at this point in the history
  • Loading branch information
TcMits committed Mar 24, 2024
1 parent df23713 commit 6eb3fd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,35 +93,6 @@ jobs:
name: wheels
path: dist

build-nogil:
name: build nogil on ${{ matrix.os }}
# only run on push to main and on release
if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main'
strategy:
fail-fast: false
matrix:
os: [linux, macos, windows]

runs-on: ${{ (matrix.os == 'linux' && 'ubuntu') || matrix.os }}-latest
steps:
- uses: actions/checkout@v4

- name: build wheels
uses: PyO3/maturin-action@v1
with:
target: x86_64
manylinux: "auto"
container: "nogil/manylinux2014_x86_64"
args: --release --out dist --interpreter '3.9'
rust-toolchain: stable
docker-options: -e CI
- run: ${{ (matrix.os == 'windows' && 'dir') || 'ls -lh' }} dist/
- uses: actions/upload-artifact@v3
with:
name: wheels
path: dist


sdist:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustgi"
version = "0.1.18"
version = "0.1.19"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 6eb3fd8

Please sign in to comment.