Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Feb 27, 2020
1 parent 504bd0b commit 4bb78dc
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
uses: RalfG/[email protected]
with:
python-versions: 'cp38-cp38'
name: "FIXME"

on:
release:
types: [created]

jobs:
fixme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Manylinux build
uses: RalfG/[email protected]
with:
python-versions: 'cp38-cp38'

0 comments on commit 4bb78dc

Please sign in to comment.