Skip to content

Commit

Permalink
chore(workflows): remove unused release workflow file to clean up rep…
Browse files Browse the repository at this point in the history
…ository

chore(workflows): remove commented-out release job from python_package.yml to simplify workflow

ci(test_and_lint.yml): add ruff to dependencies since it's removed from pyproject.toml
  • Loading branch information
NodeJSmith committed Oct 14, 2024
1 parent bbb6267 commit 185b04b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 182 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,3 @@ jobs:

- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

# create-release:
# name: Create a release
# environment:
# name: release
# url: https://pypi.org/p/otf-api
# needs: [publish-pypi-dists]
# runs-on: ubuntu-latest
# permissions:
# id-token: write # IMPORTANT: this permission is mandatory for trusted publishing

# steps:
# - name: Release
# uses: softprops/action-gh-release@v2
# with:
# generate_release_notes: true
# files: "./dist"
# make_latest: true
163 changes: 0 additions & 163 deletions .github/workflows/release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
pip install tox ruff
- name: Run tests
run: tox -e ${{ matrix.python-version }}
Expand Down

0 comments on commit 185b04b

Please sign in to comment.