Skip to content

Commit

Permalink
update publish_test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wowMalow authored and monkey0head committed Jan 9, 2024
1 parent b91266f commit 174600c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
tags:
- 'v*.*.*'

workflow_dispatch:

jobs:

publish_test:
Expand Down Expand Up @@ -39,9 +41,9 @@ jobs:
. ./venv/bin/activate
export PACKAGE_SUFFIX=.preview
echo $PACKAGE_SUFFIX
poetry build
./poetry_wrapper.sh --experimental build
- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/

0 comments on commit 174600c

Please sign in to comment.