Skip to content

Commit

Permalink
trying to diagnose strange bash behaviour in ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ngardiner committed Mar 12, 2024
1 parent eb30c88 commit f9b0bdd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,15 +211,14 @@ jobs:
steps:
- name: Check out Repository
uses: actions/checkout@v3
with:
path: ./pypi-dev

- name: Set up Python 3.7
uses: actions/setup-python@v4
with:
python-version: 3.7

- name: Install pypa/build and build a binary wheel and a source tarball
shell: sh
run: >-
python -m pip install --upgrade pip
python -m pip install build --user
Expand All @@ -231,13 +230,11 @@ jobs:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
skip-existing: true
repository-url: https://test.pypi.org/legacy/
path: ./pypi-dev

- name: Publish distribution package to Production PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
path: ./pypi-dev

docker-latest:
name: Create docker-latest Docker Image from current head
Expand Down

0 comments on commit f9b0bdd

Please sign in to comment.