Skip to content

Commit

Permalink
wip: Testing bitbucket pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzomammana committed Jul 15, 2024
1 parent 04efe87 commit 34667fe
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ name: PyPI release
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
# pull_request:
# branches: [main]

defaults:
run:
shell: bash

jobs:
tests:
needs:
- build
publish-to-testpypi:
name: Publish to TestPyPI
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -32,11 +32,6 @@ jobs:
run: |
curl -sSL https://install.python-poetry.org | python3 -
poetry publish --build
# - name: Download all the dists
# uses: actions/download-artifact@v3
# with:
# name: python-package-distributions
# path: dist/
- name: Publish distribution 📦 to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 34667fe

Please sign in to comment.