Skip to content

Commit

Permalink
test pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
raylu committed Jul 19, 2024
1 parent 32c0695 commit c6aa970
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: PyPI publish

on:
push:
branches: '*'
release:
types: [created]
workflow_dispatch:
Expand All @@ -26,6 +28,8 @@ jobs:
# publish with https://docs.pypi.org/trusted-publishers/
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
env:
name: pypi
url: https://pypi.org/p/dool
name: test-pypi
url: https://test.pypi.org/p/dool

0 comments on commit c6aa970

Please sign in to comment.