amueller / word_cloud

A little word cloud generator in Python
https://amueller.github.io/word_cloud
MIT License
10.1k stars 2.31k forks source link

Can you upload wheels for Windows and Python 3.10 to PyPI #676

Closed sulunemre closed 2 years ago

sulunemre commented 2 years ago

Description

This GitHub Action may help: https://github.com/pypa/cibuildwheel

Steps/Code to Reproduce

Expected Results

Actual Results

Versions

amueller commented 2 years ago

I had trouble with my pypi token last time I tried, I'll have to give it another go... The current config should work in theory: https://github.com/amueller/word_cloud/blob/master/.github/workflows/publish_pypi.yml

amueller commented 2 years ago

Can you try again? Wheel should finally be up now: https://pypi.org/project/wordcloud/#files

sulunemre commented 2 years ago

Sorry for the late reply. It works perfectly, thanks