Skip to content

Commit

Permalink
PyPi Workflows Again
Browse files Browse the repository at this point in the history
- don't need a sdist for now.
  • Loading branch information
carlkidcrypto committed Jan 30, 2024
1 parent 1f90dd1 commit 65551d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build_and_publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,6 @@ jobs:
with:
python-version: "3.10"

- name: Install pypa/build
run: >-
python -m
pip install
build
--user
- name: Build a source tarball
run: >-
python -m
build
--sdist
--outdir dist/
.
- name: Download Wheels
uses: actions/download-artifact@v4
with:
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/build_and_publish_to_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,6 @@ jobs:
with:
python-version: "3.10"

- name: Install pypa/build
run: >-
python -m
pip install
build
--user
- name: Build a source tarball
run: >-
python -m
build
--sdist
--outdir dist/
.
- name: Download Wheels
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 65551d1

Please sign in to comment.