File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -230,16 +230,17 @@ Here the basic steps:
230230 - Pass the model to the ` vulkan.template.py ` file
231231 - The template engine generate the final Python file
232232
233+
234+ ## How to update the package on PyPi (for maintainer only)
235+
236+ - python setup.py sdist bdist_wheel
237+ - twine upload dist/* -u __ token__ -p pypi-TOKENID
238+
233239## Community
234240
235241You can checkout my blog, I speak about * vulkan* :
236242[ Blog] ( https://realitix.github.io )
237243
238- ## Stay in touch
239-
240- You can contact me by opening issue (bug or interesting discussion about
241- the project). If you want a fast and pleasant talk, join the irc channel:
242- ` ##vulkan ` (I'm realitix). I'm connected from 9AM to 6PM (France).
243244
244245## History
245246
You can’t perform that action at this time.
0 commit comments