Skip to content

Commit

Permalink
chaning project name and python version for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
csteinmetz1 committed Nov 12, 2023
1 parent 316231d commit 49c1326
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.10
- name: Set up Python 3.10.13
uses: actions/setup-python@v1
with:
python-version: 3.10
python-version: 3.10.13
- name: Install pypa/build
run: >-
python -m
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[project]
name = "dasp_pytorch"
name = "dasp-pytorch"
version = "0.0.1"
description = "Differentiable audio processors in PyTorch."
authors = [
Expand Down

0 comments on commit 49c1326

Please sign in to comment.