Skip to content

Commit

Permalink
fix: add build
Browse files Browse the repository at this point in the history
  • Loading branch information
maratsh committed Aug 6, 2024
1 parent 67efbac commit b29362a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,16 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: build python
- name: install twine
run: |
pip install twine
pip install poetry
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: false
- name: build python
run: |
poetry build
- name: Mint pypi token
Expand Down

0 comments on commit b29362a

Please sign in to comment.