Skip to content

Commit

Permalink
Merge pull request #555 from Farama-Foundation/manylinux-wheels
Browse files Browse the repository at this point in the history
Fix workflow for manylinux wheels
  • Loading branch information
mwydmuch committed Sep 11, 2023
2 parents 6749180 + df23a5e commit ffd0aaf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-wheels,yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Build Python wheels and make release
name: Build Python wheels and make a release

on:
workflow_dispatch:
pull_request:
push:
paths:
- '.github/workflows/**'
- 'include/**'
- 'scripts/**'
- 'src/**'
- 'CMakeLists.txt'
- 'setup.py'
- 'pyproject.toml'
- '.github/workflows/**'
- 'include/**'
- 'scripts/**'
- 'src/**'
- 'CMakeLists.txt'
- 'setup.py'
- 'pyproject.toml'
branches: [master]
release:
types: [published]
Expand Down

0 comments on commit ffd0aaf

Please sign in to comment.