Remah

Latest version: v0.0.6

Safety actively analyzes 688792 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.5

Just test GitHub Action for imitating for pasir.

v0.0.4-fail
Delete

pip install build
- name: Build package
run: python -m build

to test

It fails to be published on PyPI

0.0.4

Add again

pip install build
- name: Build package
run: python -m build

in the https://github.com/dudung/remah/actions/workflows/python-publish.yml

**Note:** After creating this release, please wait for a few minutes to allow the package to be successfully deployed on PyPI.

**Full Changelog**: https://github.com/dudung/remah/compare/v0.0.3...v0.0.4

0.0.3

+ Install while developing \
`pip install -e .`
+ Test package and modules \
`python -m unittest tests\testModule.py`
+ Build package \
`python -m build`

**Full Changelog**: https://github.com/dudung/remah/commits/v0.0.3

0.0.2

Problems:
+ `ramah.py` not detected as package.
+ In `V:\tf\Lib\site-packages` there is only `remah-0.0.1.dist-info` but not `remah`.

Attempts:
+ Modify `workflows/python-publish.yml` with

- name: Upload distributions
uses: actions/upload-artifactv4
with:
name: release-dists
path: dist/

+ It will be deleted on next release.

0.0.1

Fix `__init__.py` in the `src` folder

**Full Changelog**: https://github.com/dudung/remah/commits/v0.0.1

0.0.0

First release to PyPi as a test only

Mistakes and fixing attempts
+ First version was v.0.0.0 instead of v0.0.0.
+ Deleted the tag also delete the zip and tar.gz files.
+ Restore the zip manually and add it to this release.
+ Default zip and tar.gz files are actually v0.0.1.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.