Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoVellekoop committed Oct 11, 2024
2 parents e72bf2f + 435b9ad commit 74f22ed
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/testpypi.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Publish to TestPyPI using Poetry

# trigger upload on a new push to master
on:
push:
branches:
- master
- master # trigger upload on a new push to master
tags:
- 'v*' # provided it is tagged with a tag starting with 'v'

jobs:
build:
Expand Down Expand Up @@ -40,12 +41,6 @@ jobs:
poetry install
poetry build
# Publish to TestPyPI
#- name: Publish to TestPyPI
# run: |
# poetry config repositories.testpypi https://test.pypi.org/legacy/
# poetry publish --repository testpypi

- name: Publish package distributions to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 74f22ed

Please sign in to comment.