Skip to content

Commit

Permalink
Set version v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leynier committed Dec 4, 2020
1 parent bace330 commit 10d3cb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
- name: Run tests
run: make tests
- name: Run build
run: poetry build -f wheel
run: poetry build
- name: Publish in GitHub Releases
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/*.whl
file: dist/*
tag: ${{ github.ref }}
overwrite: true
file_glob: true
- name: Publish in PyPI
uses: d1618033/gh-action-python-publish-using-poetry@master
with:
pypi_username: ${{ secrets.PYPI_USERNAME }}
pypi_password: ${{ secrets.PYPI_PASSWORD }}
# - name: Publish in PyPI
# uses: d1618033/gh-action-python-publish-using-poetry@master
# with:
# pypi_username: ${{ secrets.PYPI_USERNAME }}
# pypi_password: ${{ secrets.PYPI_PASSWORD }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "template"
version = "0.1.1"
version = "0.1.2"
description = "Python template with CI/CD ready for production"
authors = ["leynier <[email protected]>"]
homepage = "https://github.com/leynier/python-template"
Expand Down

0 comments on commit 10d3cb8

Please sign in to comment.