Skip to content

Commit

Permalink
test github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Apr 24, 2022
1 parent 87f52d6 commit a68802a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,15 @@ jobs:
#os: [macos-10.15, windows-2019]

steps:

- uses: actions/checkout@v2
- uses: actions/setup-python@v2

- name: copy data to root
run: |
ls -la
cp -r ${{env.working-directory}}/* .
- uses: actions/checkout@v2
- uses: actions/setup-python@v2

- name: Build wheels
uses: pypa/cibuildwheel@v2.4.0
env:
Expand Down

0 comments on commit a68802a

Please sign in to comment.