Skip to content
#

cast

Here are 188 public repositories matching this topic...

hericlesme
hericlesme commented Jun 21, 2021

Description

Importing a module using import * may unintentionally pollute the global namespace if the module does not define __all__

_When you import a module using from xxx import * all public names defined in the module are imported and bound in the local namespace of the import statement. The public names are determined by checking the all variable for the module. If _all

blackandred
blackandred commented Aug 19, 2020

Hi,

I think to automate building you could have setup the Github Actions in a flow:

  • Whenever a tag is pushed -> Build a version -> Archive artifacts -> (optionally) Attach artifacts to releases tab (I don't know if its possible)

I didn't use Github Actions yet, but I see it can store artifacts like Jenkins: https://docs.github.com/en/actions/configuring-and-managing-workflows/persisting-w

good first issue help wanted

Improve this page

Add a description, image, and links to the cast topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cast topic, visit your repo's landing page and select "manage topics."

Learn more