Skip to content

Commit

Permalink
Try publish to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Mar 4, 2024
1 parent 4402330 commit 7d55521
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,5 @@ jobs:
dist_dir: dist

This comment has been minimized.

Copy link
@webknjaz

webknjaz Mar 4, 2024

Member

You need to also stop passing the PyPI token to the above action.

fix_issue_regex: "`#(\\d+) <https://github.com/aio-libs/aiosmtpd/issues/\\1>`"
fix_issue_repl: "(#\\1)"
- name: Publish 🐍📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 7d55521

Please sign in to comment.