Skip to content

Commit

Permalink
run test publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrusch committed Sep 13, 2021
1 parent 8770658 commit b329940
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ jobs:
- uses: ncipollo/release-action@v1
with:
artifacts: "release.zip"
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion pymwp/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = "0.1.1"
__version__ = "0.1.2"

if __name__ == "__main__":
print(__version__)

0 comments on commit b329940

Please sign in to comment.