Skip to content

Commit 7e558e3

Browse files
committed
chore: remove poetry
1 parent 3d98974 commit 7e558e3

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/meta.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,18 @@ jobs:
1818
- name: Dependencies
1919
run: |
2020
sudo apt update
21-
sudo apt install -y gh libxml2-utils python3 git pipx
21+
sudo apt install -y gh libxml2-utils
2222
mkdir upload
2323
2424
- name: Update metainfo
2525
run: |
2626
./update_meta.sh
2727
28-
- name: Update sources
29-
run: |
30-
pipx install poetry
31-
git clone https://github.com/flatpak/flatpak-builder-tools.git
32-
cd flatpak-builder-tools/cargo
33-
poetry install
34-
poetry run python3 flatpak-cargo-generator.py $GITHUB_WORKSPACE/Cargo.lock \
35-
-o $GITHUB_WORKSPACE/upload/cargo-sources.json
36-
3728
- name: Commit and merge in changes
3829
run: |
3930
git config user.name "github-actions[bot]"
4031
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
4132
42-
gh release upload "${{ github.event.release.tag_name }}" upload/dev.khcrysalis.PlumeImpactor.metainfo.xml upload/cargo-sources.json
33+
gh release upload "${{ github.event.release.tag_name }}" upload/dev.khcrysalis.PlumeImpactor.metainfo.xml
4334
env:
4435
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)