Skip to content

Commit

Permalink
further adjustments to pypa workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ngardiner committed Mar 12, 2024
1 parent 5c1b9a0 commit 218bc00
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/docker+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
release_version:
description: The version that you would like to create a release for.
required: true
default: "v1.2.3"
default: "v1.3.2"
trigger_docker_latest:
description: Generate a :latest docker image using self-hosted runners.
required: true
Expand Down Expand Up @@ -218,15 +218,14 @@ jobs:
python-version: 3.7

- name: Install pypa/build
run: |
python -m pip install build --user
- name: Install wheel
run: |
python -m pip install wheel --user
run: >-
python -m
pip install
build
--user
- name: Build a binary wheel and a source tarball
run: |
run: >-
python -m build --sdist --wheel --outdir dist/ .
- name: Publish distribution package to Test PyPI
Expand Down

0 comments on commit 218bc00

Please sign in to comment.