Skip to content

Commit

Permalink
Merge pull request #23 from ChihChengLiang/release-1.5.1
Browse files Browse the repository at this point in the history
release 1.5.1
  • Loading branch information
ChihChengLiang committed Dec 18, 2020
2 parents e0a71d5 + 963f994 commit d3310c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Expand Up @@ -2,7 +2,7 @@ name: Python package

on:
release:
types: [created]
types: [published]
push:
branches: [master]
pull_request:
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: PyPi publish
if: github.event_name == 'release' && github.event.action == 'created'
if: github.event_name == 'release' && github.event.action == 'published'
env:
MATURIN_PASSWORD: ${{ secrets.PYPI }}
run: maturin publish --no-sdist --username __token__ --interpreter python
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "milagro-bls-binding"
version = "1.5.0"
version = "1.5.1"
edition = "2018"
authors = ["chihchengliang@gmail.com"]

Expand Down

0 comments on commit d3310c2

Please sign in to comment.