Skip to content

Commit

Permalink
Release v1.0.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeltimbo committed Mar 1, 2021
1 parent 72cd5bd commit 1935252
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Release
on: [push]
on:
push:
tags:
- '*'

jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI
Expand All @@ -25,7 +29,6 @@ jobs:
--outdir dist/
.
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
Expand Down
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.0rc2"
__version__ = "1.0.0rc3"
from plotly import io as _pio

import ross.plotly_theme
Expand Down

0 comments on commit 1935252

Please sign in to comment.