Skip to content

Commit c0b7120

Browse files
committed
Update gh action
1 parent 388ee73 commit c0b7120

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
needs:
4646
- build
4747
runs-on: ubuntu-latest
48+
environment:
49+
name: pypi
50+
url: https://pypi.org/p/dsf-python
4851
permissions:
4952
id-token: write # IMPORTANT: mandatory for trusted publishing
5053
steps:
@@ -75,6 +78,7 @@ jobs:
7578
python -m pip install --upgrade pip
7679
pip install setuptools
7780
pip install stdeb3
81+
pip install python-dateutil
7882
pip install wheel
7983
- name: Clean up previous builds
8084
run: rm -rf deb_dist/ || true

0 commit comments

Comments
 (0)