Skip to content

Commit 51ebc4d

Browse files
committed
CI: Activated deployment to pypi
Should trigger deployment of pypot 4.1.1
1 parent 42a98f8 commit 51ebc4d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .github/workflows/test_and_distribute.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
- name: Build package with Python ${{ env.PYTHON_BUILD_VERSION }}
3737
if: ${{ github.event_name == 'push' && matrix.python-version == env.PYTHON_BUILD_VERSION }}
3838
run: python -m build
39-
# - name: Publish package relying on pypa/gh-action-pypi-publish with Python ${{ env.PYTHON_BUILD_VERSION }}
40-
# uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
41-
# if: ${{ github.event_name == 'push' && matrix.python-version == env.PYTHON_BUILD_VERSION }}
42-
# with:
43-
# user: __token__
44-
# password: ${{ secrets.PYPI_API_TOKEN }}
39+
- name: Publish package relying on pypa/gh-action-pypi-publish with Python ${{ env.PYTHON_BUILD_VERSION }}
40+
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
41+
if: ${{ github.event_name == 'push' && matrix.python-version == env.PYTHON_BUILD_VERSION }}
42+
with:
43+
user: __token__
44+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)