Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
more fixes to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed May 14, 2020
1 parent ef74f37 commit cf3bcfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
name: Build Package
name: Build package
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -21,7 +21,7 @@ jobs:
python-version: ${{ matrix.python }}

- name: Set AllenNLP version override
run:
run: |
VERSION=$(./scripts/get_version.py current --minimal)
ALLENNLP_VERSION_OVERRIDE="allennlp==$VERSION"
echo "Setting ALLENNLP_VERSION_OVERRIDE to $ALLENNLP_VERSION_OVERRIDE"
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
publish:
name: PyPI
needs: [build, test, docker, pretrained]
needs: [build, test, docker, pretrained, gpu_checks]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit cf3bcfb

Please sign in to comment.