Skip to content

Commit

Permalink
test pypi action
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche committed Jan 10, 2023
1 parent b165936 commit b24292b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Python
on:
push:
branches: [ "dev" ]
branches: [ "main" ]
pull_request:
branches: [ "main" ]
release:
Expand All @@ -19,7 +19,7 @@ jobs:
maturin build --features python
pip install target/wheels/*.whl
publish:
# if: github.event_name == 'release'
if: github.event_name == 'release'
runs-on: ubuntu-latest
steps:
- name: checkout
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 = "polymers"
version = "0.0.51"
version = "0.0.5"
edition = "2021"
description = "Polymers Modeling Library"
license = "BSD-3-Clause"
Expand Down

0 comments on commit b24292b

Please sign in to comment.