Skip to content

Commit

Permalink
fix ci syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 12, 2023
1 parent 07f9f89 commit 97bc80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,10 @@ jobs:
ls -la ${DIST_SHARE_DIR}
# move .tar.gz
- run: mv "${TOXENV_DIST_DIR}/artificial_artwork-${PKG_VERSION}.tar.gz" "${DIST_DIR}"
- run: mv "${DIST_SHARE_DIR}/artificial_artwork-${PKG_VERSION}.tar.gz" "${DIST_DIR}"

# move .whl
- run: mv "${TOXENV_DIST_DIR}/artificial_artwork-${PKG_VERSION}-py3-none-any.whl" "${DIST_DIR}"
- run: mv "${DIST_SHARE_DIR}/artificial_artwork-${PKG_VERSION}-py3-none-any.whl" "${DIST_DIR}"

# - run: tox -e check -vv -s false

Expand Down

0 comments on commit 97bc80b

Please sign in to comment.