Skip to content

Commit d64f947

Browse files
author
Alexandre Brito
committed
ci: adding build dependencies
1 parent 954baa3 commit d64f947

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/pypi.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v2
13-
- name: Set env
14-
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
15-
- name: Test
16-
run: |
17-
echo $RELEASE_VERSION
18-
echo ${{ env.RELEASE_VERSION }}
1913
- name: Set up Python
2014
uses: actions/setup-python@master
2115
with:
2216
python-version: 3.9
17+
- name: Installing building dependencies
18+
run: |
19+
python -m pip install build twine wheel
2320
- name: Build the project
2421
run: |
2522
python -m build

0 commit comments

Comments
 (0)