Skip to content

Commit

Permalink
Merge pull request spotify#239 from spotify/lynn/fix-workflow-paths
Browse files Browse the repository at this point in the history
[CI] Small fixes
  • Loading branch information
econchick authored Oct 20, 2021
2 parents 5874216 + ddaf444 commit f47abe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_upload_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:

upload_prod_pypi:
name: "Upload ${{ github.event.inputs.package-name }} to PyPI Prod Server"
needs: build_install
outputs:
version: ${{ steps.version.outputs.version }}
runs-on: "ubuntu-latest"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_upload_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: "${{ github.event.inputs.package-name }}: Build wheel & sdist"
run: |
set -xe
pwd
python -VV
python -m build --sdist --wheel --outdir ${{ github.event.inputs.package-dir }}/dist/ ${{ github.event.inputs.package-dir }}
Expand Down

0 comments on commit f47abe3

Please sign in to comment.