We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388ee73 commit c0b7120Copy full SHA for c0b7120
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -45,6 +45,9 @@ jobs:
45
needs:
46
- build
47
runs-on: ubuntu-latest
48
+ environment:
49
+ name: pypi
50
+ url: https://pypi.org/p/dsf-python
51
permissions:
52
id-token: write # IMPORTANT: mandatory for trusted publishing
53
steps:
@@ -75,6 +78,7 @@ jobs:
75
78
python -m pip install --upgrade pip
76
79
pip install setuptools
77
80
pip install stdeb3
81
+ pip install python-dateutil
82
pip install wheel
83
- name: Clean up previous builds
84
run: rm -rf deb_dist/ || true
0 commit comments