Skip to content

Commit

Permalink
publish wheels (#226)
Browse files Browse the repository at this point in the history
Co-authored-by: Logan Gore <[email protected]>
  • Loading branch information
dimbleby and logan-stytch authored Nov 20, 2024
1 parent 583c55f commit 5fc9476
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
- name: Build source tarball
run: python setup.py sdist
- name: Build distributions
run: python -m build

- name: Get version
id: version
Expand Down
10 changes: 2 additions & 8 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
-r requirements.txt

# For distributing the package
setuptools>=65.5.1
build==1.2.2.post1

# For type checking, codegen, and testing
Jinja2==3.1.4
autoflake==2.0.0
# For type checking and testing
black==24.3.0
isort==5.11.2
mypy==0.991
pyright==1.1.284
pyyaml==6.0
types-PyYAML==6.0.12.2
types-requests==2.28.11.5

0 comments on commit 5fc9476

Please sign in to comment.