Skip to content

Commit

Permalink
remove debugging steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Aug 3, 2024
1 parent 313ab83 commit 891c2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Debug OIDC Claims
uses: github/actions-oidc-debugger@main
with:
audience: '${{ github.server_url }}/${{ github.repository_owner }}'

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand All @@ -46,9 +41,6 @@ jobs:

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
verbose: true

- name: GH Release
uses: softprops/action-gh-release@v1
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
python-version: ["3.8"]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 891c2b3

Please sign in to comment.