summaryrefslogtreecommitdiffstats
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b05de88..e207cb2 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -5,12 +5,8 @@ on:
types: [published]
jobs:
- before-release:
- uses: ansible/ansible-compat/.github/workflows/tox.yml@main
-
release:
name: release ${{ github.event.ref }}
- needs: before-release
# unable to use environment with uses/with, basically cannot reuse release pipelines
environment: release
runs-on: ubuntu-22.04
@@ -34,6 +30,6 @@ jobs:
with:
fetch-depth: 0 # needed by setuptools-scm
- name: Build dists
- run: python -m tox -e pkg
+ run: python3 -m tox -e pkg
- name: Publish to pypi.org
uses: pypa/gh-action-pypi-publish@unstable/v1