Skip to content

Commit

Permalink
Removed offending default working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ngardiner committed Mar 12, 2024
1 parent f9b0bdd commit 9a67b48
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docker+pypi.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: "Create PyPi Package and Docker Image"

defaults:
run:
working-directory: ./pypi

on:
push:
branches:
Expand Down Expand Up @@ -218,7 +214,6 @@ jobs:
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 Down

0 comments on commit 9a67b48

Please sign in to comment.