Skip to content

Commit 40a2ecd

Browse files
authored
Fix for twine (#282)
* Fix for twine * Updated gh-action-pypi-publish
1 parent d5fdcc1 commit 40a2ecd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/deploy-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
merge-multiple: true
263263
path: dist
264264

265-
- uses: pypa/gh-action-pypi-publish@v1.10.3
265+
- uses: pypa/gh-action-pypi-publish@v1.12.4
266266
with:
267267
user: __token__
268268
# password: ${{ secrets.pypi_password }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
merge-multiple: true
266266
path: dist
267267

268-
- uses: pypa/gh-action-pypi-publish@v1.10.3
268+
- uses: pypa/gh-action-pypi-publish@v1.12.4
269269
with:
270270
user: __token__
271271
password: ${{ secrets.pypi_password }}

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ long_description_content_type = text/markdown
99
keywords = GLM, OpenGL, matrix, vector, vec, mat, Mathematics, 3D, python, python3, 3, library, python-c-api, c-api, math-library, numpy, pyrr, pip, pypi, matrix-manipulation, matrix-multiplication, matrix-functions, quaternion, c, glsl
1010
python_requires = >=3.7
1111
license = Zlib
12+
dynamic =
1213
classifiers =
1314
Development Status :: 5 - Production/Stable
1415
Intended Audience :: Developers

0 commit comments

Comments
 (0)