Skip to content

Commit

Permalink
for the moment deactivate cargo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Feb 26, 2021
1 parent 32578c1 commit a650c50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ jobs:
run: cargo build --verbose
- name: Test crate
run: cargo test --verbose
- name: Publish crate
run: cargo publish --token ${{ secrets.CRATES_TOKEN }}
# this needs to be moved to a separate workflow
# here it is run on the whole matrix and this fails
# - name: Publish crate
# run: cargo publish --token ${{ secrets.CRATES_TOKEN }}
- name: Maturin build and publish
run:
maturin publish --no-sdist -u __token__ -i python
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polygons"
version = "0.2.0"
version = "0.2.1"
authors = ["Radovan Bast <bast@users.noreply.github.com>"]
description = "Fast points-in-polygon test and distances to polygons."
license = "GPL-3.0-only"
Expand Down

0 comments on commit a650c50

Please sign in to comment.