Skip to content

Commit

Permalink
Worflow pushes to prod PyPI, version bump (#53)
Browse files Browse the repository at this point in the history
* Change workflow to push to prod PyPI

* Bump version
  • Loading branch information
tomchop authored May 4, 2020
1 parent 5e778c2 commit 8c4a741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pypi_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
- name: Build a binary wheel and source tarball
run: |
python setup.py sdist bdist_wheel
- name: Publish distribution 📦 to test PyPI
- name: Publish distribution 📦 to PyPI
if: startsWith(github.event.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.pypi_deploy_test }}
repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.pypi_deploy }}
2 changes: 1 addition & 1 deletion libcloudforensics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
"""libcloud forensics module."""

__version__ = '20200504.a'
__version__ = '20200504'

0 comments on commit 8c4a741

Please sign in to comment.