Skip to content

Commit

Permalink
Merge pull request #11 from ParclLabs/ci/pypirc
Browse files Browse the repository at this point in the history
Ci/pypirc
  • Loading branch information
datawrestler authored Apr 25, 2024
2 parents 5d46346 + d4933ee commit b15e9ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag_and_publish_package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Parcl Labs Python Package Release Workflow
name: Publish Package

on:
push:
Expand Down Expand Up @@ -73,4 +73,4 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_KEY }}
run: |
twine upload --repository dist/*
twine upload dist/*
2 changes: 1 addition & 1 deletion parcllabs/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.1.5"
VERSION = "0.1.6"

0 comments on commit b15e9ee

Please sign in to comment.