File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Publish Python distributions to PyPI
22
33on :
4- release :
5- types : [published]
4+ push :
5+ branches :
6+ - main # Cambiado de master a main
7+ workflow_dispatch : # Esto permite lanzarlo a mano desde el botón
68
79jobs :
810 build-n-publish :
911 name : Build and publish Python distributions to PyPI
1012 runs-on : ubuntu-latest
1113 permissions :
12- # Esta sección es crucial para la autenticación OIDC (Trusted Publishing)
1314 id-token : write
1415 contents : read
1516
3132
3233 - name : Publish package distributions to PyPI
3334 uses : pypa/gh-action-pypi-publish@release/v1
34- # Con OIDC configurado en PyPI, no necesitas secretos de API Token aquí
35-
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pyvpp"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44description = " Python package to download phenological data from Wekeo (HR-VPP datasets from Sentinel 2)"
55authors = [" Diego García Díaz <digd.geografo@gmail.com>" , " Ricardo Díaz-Delgado <rdiaz@ebd.csic.es>" ]
66maintainers = [" Diego García Díaz <digd.geografo@gmail.com>" ]
Original file line number Diff line number Diff line change 1313
1414setup (
1515 name = 'pyvpp' ,
16- version = '0.3.0 ' ,
16+ version = '0.3.1 ' ,
1717 description = 'Python package to download phenological data from Wekeo (HR-VPP datasets from Sentinel 2)' ,
1818 long_description = long_description ,
1919 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments