Skip to content

Commit

Permalink
try fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Aug 10, 2021
1 parent c5ff727 commit 1a97fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
build:
name: Create Release
runs-on: ubuntu-latest
if: github.repository == 'tlambert03/ome-types'
# if: github.repository == 'tlambert03/ome-types'
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 1a97fbe

Please sign in to comment.