Skip to content

Commit

Permalink
Merge pull request petrobras#779 from ross-rotordynamics/test-release
Browse files Browse the repository at this point in the history
Trying to fix publish action
  • Loading branch information
raphaeltimbo committed Feb 28, 2021
2 parents b80d156 + 592f321 commit 72cd5bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
--outdir dist/
.
- name: Publish distribution 📦 to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion ross/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.0rc1"
__version__ = "1.0.0rc2"
from plotly import io as _pio

import ross.plotly_theme
Expand Down

0 comments on commit 72cd5bd

Please sign in to comment.