diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 08e6ff7..b015412 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -7,28 +7,6 @@ on: - "*" jobs: - setup: - name: Setup and Test - container: - image: node:20-bookworm - - steps: - - name: Check out code - uses: actions/checkout@v4 - - - name: Install dependencies - run: | - apt update - apt install -y python3-venv - - - name: Set up Python environment - run: | - python3 -V - python3 -m venv venv - . ./venv/bin/activate - pip install -U pip - pip install .[all] - publish: name: Publish to PyPI container: