From 7551bcc1aecdb2b083c389f05b66f6991929ac6d Mon Sep 17 00:00:00 2001 From: t4ccer Date: Tue, 30 Jul 2024 10:30:14 -0600 Subject: [PATCH] Fix changed paths --- .github/workflows/py.yml | 10 +++++----- CITATION.cff | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/py.yml b/.github/workflows/py.yml index 9393ed2..4ac3c52 100644 --- a/.github/workflows/py.yml +++ b/.github/workflows/py.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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: diff --git a/CITATION.cff b/CITATION.cff index 48f8ad6..372e1eb 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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