Skip to content

Commit

Permalink
🛠️ Wrong artifacts location
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoremad committed Jun 3, 2022
1 parent c567169 commit 1b0136c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ jobs:
- name: Build and Install
run: |
python setup.py sdist bdist_wheel
- name: Upload artifacts
uses: actions/upload-artifact@v2
- name: Upload
uses: actions/upload-artifact@v3
with:
path: ./dist/*
path: dist/*

publish:
needs: [package]
Expand All @@ -94,10 +94,10 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Download artifacts
uses: actions/download-artifact@v3
with:
path: ./dist/
- uses: actions/download-artifact@v3
- run: |
mkdir dist/
mv artifact/* dist/
- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 1b0136c

Please sign in to comment.