Skip to content

Commit

Permalink
Test Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime committed Oct 13, 2023
1 parent 9e181b5 commit 44d4600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
path: ./test-project
key: test-project-${{ github.run_id }}

- name: 'Build, Package, Publish'
- name: 'Package'
run: |
cd ./test-project
poetry build
- name: Publish package distributions to PyPI
- name: Publish package distributions to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 44d4600

Please sign in to comment.