Skip to content

Commit

Permalink
CI fixes / package build fixes (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
a68366 committed Apr 18, 2022
1 parent c274f4a commit a58ad72
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
CIBW_BUILD_VERBOSITY: "1"
CIBW_BEFORE_ALL_LINUX: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y && yum install -y openssl-devel"
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
CIBW_SKIP: "*-win32"

- uses: actions/upload-artifact@v2
with:
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include Cargo.toml
recursive-include src *
graft LICENSES
global-exclude .git*
global-exclude .git/**

0 comments on commit a58ad72

Please sign in to comment.