Skip to content

Commit

Permalink
V1-workflows-2 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger authored Jul 10, 2024
1 parent 72ed33a commit 62b7cfa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
python-version: "3.x"
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pip
pip install -r requirements/build-src.txt
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

# ServeStatic

<!-- TODO: Fix these links -->
<p>
<a href="https://github.com/Archmonger/ServeStatic/actions?query=workflow%3ATest">
<img src="https://github.com/Archmonger/ServeStatic/actions/workflows/test-src.yml/badge.svg">
Expand Down
4 changes: 4 additions & 0 deletions requirements/build-src.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
twine
wheel
build
setuptools

0 comments on commit 62b7cfa

Please sign in to comment.