Skip to content

Commit

Permalink
Merge branch 'feature/test_pypi_publish' into 'main'
Browse files Browse the repository at this point in the history
update publish_test workflow

See merge request ai-lab-pmo/mltools/recsys/RePlay!162
  • Loading branch information
monkey0head committed Jan 9, 2024
2 parents b91266f + 174600c commit cc98e2a
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 cc98e2a

Please sign in to comment.