Skip to content

Commit

Permalink
build: finish up the publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jun 22, 2024
1 parent 4a49458 commit c6e0985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:

jobs:
find-run:
name: "Find latest dist run"
name: "Find latest kit.yml run"
runs-on: "ubuntu-latest"
outputs:
run-id: ${{ steps.run-id.outputs.run-id }}
Expand Down Expand Up @@ -73,8 +73,6 @@ jobs:
uses: pypa/gh-action-pypi-publish@4bb033805d9e19112d8c697528791ff53f6c2f74 # v1.9.0
with:
repository-url: https://test.pypi.org/legacy/
print-hash: true
verbose: true

publish-to-pypi:
name: "Publish to PyPI"
Expand Down Expand Up @@ -106,6 +104,3 @@ jobs:
- name: "Publish dists to PyPI"
uses: pypa/gh-action-pypi-publish@4bb033805d9e19112d8c697528791ff53f6c2f74 # v1.9.0
with:
print-hash: true
verbose: true
2 changes: 1 addition & 1 deletion coverage/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# version_info: same semantics as sys.version_info.
# _dev: the .devN suffix if any.
version_info = (7, 5, 4, "alpha", 0)
_dev = 1
_dev = 2


def _make_version(
Expand Down

0 comments on commit c6e0985

Please sign in to comment.