Skip to content

Commit

Permalink
Merge pull request #112 from bookernath/cd-action
Browse files Browse the repository at this point in the history
Remove test PyPi from CD and release
  • Loading branch information
bookernath authored Mar 31, 2023
2 parents 6e0963e + 88f5779 commit 361c936
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
--sdist
--wheel
--outdir dist/
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()


VERSION = '0.23.0'
VERSION = '0.23.1'

setup(
name='bigcommerce',
Expand Down

0 comments on commit 361c936

Please sign in to comment.