Skip to content

Commit

Permalink
Merge pull request #25 from brunorosilva/fix/fix-pypi-deploy
Browse files Browse the repository at this point in the history
version bump to fix pypi deploy
  • Loading branch information
brunorosilva authored Mar 27, 2023
2 parents 8812514 + 7bc5593 commit b85ad11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ env:
on:
release:
types: [created]
workflow_dispatch:

jobs:
deploy:
Expand Down Expand Up @@ -39,7 +40,8 @@ jobs:
with:
password: ${{ secrets.PLOTLY_DEV_TOKEN }}
repository_url: https://test.pypi.org/legacy/
skip_existing: true
skip-existing: true
verbose: true

- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
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 = "plotly_calplot"
version = "0.1.15"
version = "0.1.16"
description = "Calendar Plot made with Plotly"
authors = ["Bruno Rodrigues Silva <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit b85ad11

Please sign in to comment.