Skip to content

Commit

Permalink
Update CI for dist (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby authored Nov 13, 2022
1 parent 10f726f commit 7f97f41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: actions/upload-artifact@v2
if: matrix.os == 'ubuntu-latest' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
with:
name: wheels
name: dist
path: dist
release:
name: Release
Expand All @@ -91,7 +91,8 @@ jobs:
steps:
- uses: actions/download-artifact@v2
with:
name: wheels
name: dist
path: dist
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lintrunner-adapters"
version = "0.1.1"
version = "0.1.2"
description = "Adapters and tools for lintrunner"
authors = ["Justin Chu <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 7f97f41

Please sign in to comment.