Skip to content

Commit 1afa897

Browse files
committed
modify workflow name
1 parent a42a597 commit 1afa897

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish
1+
name: Sync Version and Publish
22

33
on:
44
push:
@@ -66,9 +66,9 @@ jobs:
6666
python -m pip install --upgrade pip
6767
pip install --index-url https://test.pypi.org/simple/ --no-deps mypackage
6868
69-
# - name: Publish to PyPI
70-
# if: success()
71-
# uses: pypa/gh-action-pypi-publish@release/v1
72-
# with:
73-
# user: __token__
74-
# password: ${{ secrets.PYPI_API_TOKEN }}
69+
- name: Publish to PyPI
70+
if: success()
71+
uses: pypa/gh-action-pypi-publish@release/v1
72+
with:
73+
user: __token__
74+
password: ${{ secrets.PYPI_API_TOKEN }}

pytest_htmlx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.3"
1+
__version__ = "0.3.2"

0 commit comments

Comments
 (0)