Skip to content

Commit

Permalink
Fix changed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
t4ccer committed Jul 30, 2024
1 parent efdabf2 commit 7551bcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/py.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is autogenerated by maturin v1.2.3
# To update, run
#
# maturin generate-ci github -m ./cgt-py/Cargo.toml
# maturin generate-ci github -m ./cgt_py/Cargo.toml
#
name: py

Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter --manifest-path ./cgt-py/Cargo.toml
args: --release --out dist --find-interpreter --manifest-path ./cgt_py/Cargo.toml
sccache: 'true'
manylinux: auto
- name: Upload wheels
Expand All @@ -57,7 +57,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter --manifest-path ./cgt-py/Cargo.toml
args: --release --out dist --find-interpreter --manifest-path ./cgt_py/Cargo.toml
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand All @@ -79,7 +79,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter --manifest-path ./cgt-py/Cargo.toml
args: --release --out dist --find-interpreter --manifest-path ./cgt_py/Cargo.toml
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand All @@ -95,7 +95,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist --manifest-path ./cgt-py/Cargo.toml
args: --out dist --manifest-path ./cgt_py/Cargo.toml
- name: Upload sdist
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors:
- given-names: Tomasz
family-names: Maciosowski
orcid: 'https://orcid.org/0009-0000-7485-0786'
repository-code: 'https://github.com/t4ccer/cgt-rs'
repository-code: 'https://github.com/t4ccer/cgt-tools'
keywords:
- combinatorial game theory
license: AGPL-3.0-or-later

0 comments on commit 7551bcc

Please sign in to comment.