Skip to content

Commit 3205395

Browse files
committed
updated release for packaging to prod pypi
1 parent b30b408 commit 3205395

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,9 @@ jobs:
3535
password: ${{ secrets.TEST_PYPIP_TOKEN }}
3636
repository_url: https://test.pypi.org/legacy/
3737

38-
- name: Publish distribution 📦 to Test PyPI
38+
- name: Publish distribution 📦 to PyPI if triggered by release
3939
if: github.event_name == 'release'
4040
uses: pypa/[email protected]
4141
with:
4242
user: __token__
43-
password: ${{ secrets.TEST_PYPIP_TOKEN }}
44-
repository_url: https://test.pypi.org/legacy/
45-
# - name: Publish distribution 📦 to PyPI if triggered by release
46-
# if: github.event_name == 'release'
47-
# uses: pypa/[email protected]
48-
# with:
49-
# user: __token__
50-
# password: ${{ secrets.PYPIP_TOKEN }}
43+
password: ${{ secrets.PYPIP_TOKEN }}

pointsecio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
Api = FlaskApi
4040

4141
# This version is replaced during release process.
42-
__version__ = '2020.0.dev1'
42+
__version__ = '2022.0.dev1'

0 commit comments

Comments
 (0)