Skip to content

Commit

Permalink
actual no deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pnxenopoulos committed Apr 3, 2024
1 parent 5e6c336 commit f1f2f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:

- name: Install package from TestPyPI
run: |
python -m pip install --index-url --no-deps https://test.pypi.org/simple/ awpy
python -m pip install --index-url https://test.pypi.org/simple/ --no-deps awpy
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "awpy"
version = "2.0.0rc3"
version = "2.0.0rc4"
authors = [
{ name = "Peter Xenopoulos", email = "xenopoulos@nyu.edu" },
{ name = "Jan-Eric Nitschke", email = "janericnitschke@gmail.com" },
Expand Down

0 comments on commit f1f2f4d

Please sign in to comment.