Skip to content

Commit

Permalink
feat: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Jan 22, 2024
1 parent 23b1ac2 commit 4e6c3c1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
types: [created]
workflow_dispatch:

concurrency:
group: publish-${{ github.head_ref }}
cancel-in-progress: true

permissions:
contents: read

Expand All @@ -27,12 +23,9 @@ jobs:
with:
python-version: "3.12"
cache: pip
- name: Ensure latest pip
run: python -m pip install --upgrade pip
- run: python -m pip install build
- run: python -m pip install setuptools wheel build
- run: python -m build
- name: Publish package to Test PyPI
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1.8.11
with:
repository-url: https://test.pypi.org/legacy/
verbose: true

0 comments on commit 4e6c3c1

Please sign in to comment.