Skip to content

Commit

Permalink
update publish deps, increment version (#40)
Browse files Browse the repository at this point in the history
* update publish deps

* version
  • Loading branch information
nolanbconaway authored Nov 10, 2024
1 parent f32135d commit 5245293
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/release_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,16 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: Set up Cache
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: pip-3.10-${{ hashFiles('setup.py') }}
cache: 'pip'
cache-dependency-path: setup.py

- name: Install Dependencies
run: |
pip install pip==23.*
pip install pip==24.*
pip install twine==4.* build==1.*
- name: Build Distribution
Expand Down
2 changes: 1 addition & 1 deletion src/underground/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
1.0.0

0 comments on commit 5245293

Please sign in to comment.