Skip to content

Commit

Permalink
Merge pull request #17 from codesquadnest/pb/release-0-2-1
Browse files Browse the repository at this point in the history
Release 0.2.1
  • Loading branch information
pmpbaptista authored Dec 4, 2023
2 parents 18d2701 + ef95684 commit dd28f04
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,16 @@ jobs:
name: upload release to PyPI
runs-on: ubuntu-latest
environment: release
permissions:
id-token: write
steps:

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install Poetry
run: pip install poetry
- name: Install dependencies
run: poetry install
- name: Configure PyPI token
run: poetry config pypi-token.pypi ${{ secrets.PYPI_API_KEY }}
- name: Publish package
run: poetry publish --build
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 = "zuullint"
version = "0.2.1-rc2"
version = "0.2.1"
description = "Zuul CI linter"
authors = ["Pedro Baptista <pedro.miguel.baptista@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit dd28f04

Please sign in to comment.