Skip to content

Commit c6e0985

Browse files
committed
build: finish up the publish action
1 parent 4a49458 commit c6e0985

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/publish.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222

2323
jobs:
2424
find-run:
25-
name: "Find latest dist run"
25+
name: "Find latest kit.yml run"
2626
runs-on: "ubuntu-latest"
2727
outputs:
2828
run-id: ${{ steps.run-id.outputs.run-id }}
@@ -73,8 +73,6 @@ jobs:
7373
uses: pypa/gh-action-pypi-publish@4bb033805d9e19112d8c697528791ff53f6c2f74 # v1.9.0
7474
with:
7575
repository-url: https://test.pypi.org/legacy/
76-
print-hash: true
77-
verbose: true
7876

7977
publish-to-pypi:
8078
name: "Publish to PyPI"
@@ -106,6 +104,3 @@ jobs:
106104
107105
- name: "Publish dists to PyPI"
108106
uses: pypa/gh-action-pypi-publish@4bb033805d9e19112d8c697528791ff53f6c2f74 # v1.9.0
109-
with:
110-
print-hash: true
111-
verbose: true

coverage/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# version_info: same semantics as sys.version_info.
1010
# _dev: the .devN suffix if any.
1111
version_info = (7, 5, 4, "alpha", 0)
12-
_dev = 1
12+
_dev = 2
1313

1414

1515
def _make_version(

0 commit comments

Comments
 (0)