Skip to content

Commit

Permalink
update publish to test to ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
tab-cmd committed Dec 30, 2024
1 parent e011d12 commit e8c7e3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_to_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@ jobs:
name: Publish Python 🐍 distribution 📦 to TestPyPI
needs:
- build
runs-on: macos-latest
runs-on: ubuntu-latest

environment:
name: testpypi
url: https://test.pypi.org/p/bcipy

permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
id-token: write

steps:
- name: Download all the dists
Expand Down

0 comments on commit e8c7e3f

Please sign in to comment.